Skip to main content
Plugins / Teams Notify

Teams Notify

by Geco-iT Teams

Plugin to send pipeline status notify to Microsot Teams


Teams Notify

Plugin for sending Microsoft Teams notifications with pipeline status.

For create an Teams Webhook follow this

Settings

Settings Name Default Description
url none Teams Webhook URL
private_forge false Set this to true if your forge is not accessible to the world
debug false Enable Debug mode

Pipeline Usage

...
steps:
  teams-notify:
    image: gecoit84/woodpecker-teams-notify-plugin
    settings:
      url:
        from_secret: teams_webhook
    when:
      - status: [success, failure]
        event: [push, tag]
...

Result

  • Success Build Notification

sucess

  • Failed Build Notification

failed